home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / prog_c / bc4lib.zip / GENERIC2.H < prev    next >
C/C++ Source or Header  |  1994-05-04  |  473b  |  27 lines

  1.  
  2.  
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8. void beep(int f, int d);
  9. void nokey(void);
  10. int inserton(void);
  11. void delchar(char *s,int first,int num);
  12. void copyfile(char *s,char *s2);
  13. void chdrv(int i);
  14. int deviceready(char *s);
  15. void stringcopy(char *fromstr,char *tostr,int startchar,int numchars);
  16. void doscommand(char *s);
  17. void slash(char *s);
  18. void filenameonly(char *fullname,char *filename);
  19. long diskfree(int i);
  20.  
  21.  
  22.  
  23. #ifdef __cplusplus
  24. }
  25. #endif
  26.  
  27.